home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / libqt3-mt / PLATFORMS < prev    next >
Text File  |  2008-01-14  |  1KB  |  30 lines

  1. Before you build the Qt library and example programs, you must run the
  2. "configure" script to set the platform information and other build
  3. settings.  You can use the -platform option to specify the operating
  4. system and compiler you are using.
  5.  
  6. Supported platforms and compilers:
  7.  
  8.   aix-g++       hpux-g++       linux-g++       solaris-cc-64    win32-g++
  9.   aix-xlc       hpux-g++-64    linux-g++-64    solaris-g++      win32-icc
  10.   aix-xlc-64    irix-cc        linux-icc       solaris-g++-64   win32-msvc
  11.   freebsd-g++   irix-cc-64     macx-g++        tru64-cxx        win32-msvc.net
  12.   freebsd-icc   irix-g++       macx-pbuilder   tru64-g++
  13.   hpux-acc      linux-ecc-64   solaris-cc      win32-borland
  14.  
  15. Compilation problems:
  16.  
  17.   If you experience problems compiling Qt 3.x consult the platform
  18.   notes found at http://www.trolltech.com/developer/platforms/ where
  19.   we post workarounds and known issues as we become aware of them.
  20.  
  21. Example:
  22.  
  23.   ./configure -platform irix-cc-64 -shared -debug
  24.  
  25. Customization:
  26.  
  27.   You can create your own custom configuration by adding new files
  28.   to the mkspecs directory.  Use existing similar configurations
  29.   as a starting point.
  30.